Post-release version bump
authorJonathan Lebon <jonathan@jlebon.com>
Wed, 25 Sep 2019 13:39:19 +0000 (09:39 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Wed, 25 Sep 2019 13:43:28 +0000 (13:43 +0000)
Closes: #1927
Approved by: cgwalters

configure.ac
src/libostree/libostree-devel.sym

index cd3cfd10792de70880dff5e6eab85d6a4e625d44..807af38e9e65a9f02745c2dbcc15e74067d971c9 100644 (file)
@@ -4,10 +4,10 @@ dnl update libostree-released.sym from libostree-devel.sym, and update the check
 dnl in test-symbols.sh, and also set is_release_build=yes below.  Then make
 dnl another post-release commit to bump the version, and set is_release_build=no.
 m4_define([year_version], [2019])
-m4_define([release_version], [4])
+m4_define([release_version], [5])
 m4_define([package_version], [year_version.release_version])
 AC_INIT([libostree], [package_version], [walters@verbum.org])
-is_release_build=yes
+is_release_build=no
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index 9339c0fd66e441997874abfd91cdb0e60a9e4a02..0b876f3b02eaea59679fe11142e198ee35f4820b 100644 (file)
@@ -18,6 +18,8 @@
 ***/
 
 /* Add new symbols here.  Release commits should copy this section into -released.sym. */
+LIBOSTREE_2019.5 {
+} LIBOSTREE_2019.4;
 
 /* Stub section for the stable release *after* this development one; don't
  * edit this other than to update the year.  This is just a copy/paste